GetSymbolProperty Example

Example: This example gets the first symbol text line from 3rd symbol of 2nd row.

With objMilestones

  strSymbolText = .GetSymbolProperty(2, 3, "SymbolText", 1)

  MsgBox "Symbol Text = " + strSymbolText

End With

 

 

 

Milestones Professional 2019 Automation Methods and Properties.  © Copyright 2018, KIDASA Software, Inc. All rights reserved.